Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
A single GeoJSON feature (Point)
Link copied to clipboard
Link copied to clipboard
@Serializable
Properties seen in your sample. Some fields are optional across results.
Link copied to clipboard
@Serializable
Top-level POIs GeoJSON response: { "type": "FeatureCollection", "bbox": minLon, minLat, maxLon, maxLat, "features": ..., "information": {...} }
Link copied to clipboard
@Serializable
The “information” block at the end of the response. Note: ORS uses "information" (not "metadata") here.
Link copied to clipboard
@Serializable
Mirrors the request’s geometry wrapper
Link copied to clipboard
@Serializable
Echo of the request inside the information block
Link copied to clipboard
Link copied to clipboard
class PoisRequestBuilder
Builder used by poisRequest.
Link copied to clipboard
class PoisRequestBuilderJ
Java-friendly builder counterpart.
Functions
Link copied to clipboard
DSL for constructing PoisRequest objects.